home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Report / Mac Laser Jet Up Rev.txt < prev    next >
Text File  |  1992-08-28  |  13KB  |  271 lines

  1. Date: Sun, 10 May 92 17:23:24 EDT 
  2. From: Richard Sucgang <rs54@cunixf.cc.columbia.edu>
  3. Subject: Mac/LaserJet - the Up-Rev 
  4.  
  5.  
  6. The Uneasy Marriage : using an HP LaserJet series II with a
  7. Macintosh
  8.  
  9. Introduction:
  10.  
  11. The LaserJet series II is a sturdily built machine, and many of the
  12. originals been humming along for quite some time. The one we have
  13. in the lab served us quite well for basic word processing with some
  14. PC clones for some years. With the arrival of the Macintosh IIsi,
  15. however, we were suddenly confronted with the problem of printing
  16. using the LaserJet. The option of purchasing a new printer was out
  17. of the question, and in the process of determining the best
  18. solution for the current dilemma, I found out that there are many
  19. users in similar situations. This is what I call an updatable
  20. review: a simple text document with version numbers to keep it up
  21. to date. This version is 1.0, first released on May 6, 1992. While
  22. I probably did not expend much time programming this, I did spend
  23. quite some time researching and calling and writing to companies
  24. and reading to write this, so, if this up-rev has helped you,
  25. please drop me a line. If you have any further information, please
  26. forward them to me. Contact information at the end of this
  27. document. In the future, I plan to write this into a Hypercard
  28. stack, so hang in there!
  29.  
  30. Background:
  31.  
  32. The primary obstacle in getting older LaserJets to communicate with
  33. a Macintosh is that Macintoshes communicate with laser printers
  34. primarily using PostScript, Adobe's industry standard page
  35. description language, and Hewlett-Packard pioneered the use of PCL
  36. as the page description language of LaserJets. Officially, HP never
  37. intended the original LaserJet series II to interpret PostScript,
  38. and, in effect, do not really support it in this respect. HP makes
  39. PostScript cartridges as upgrades for the LaserJets IIP and IID,
  40. and distributes drivers for them. Call them at (800) 752-0900
  41. (customer service), (208) 323-2551 (printer support), or (303) 353-
  42. 7650. Printer drivers are also available at Compuserve under GO
  43. HPPER. [thanks to Isako Hoshino (isako@mtl.mit.edu) for this
  44. information].
  45.  
  46. Before our current solution, I spent some time testing different
  47. options to allow our Mac Iisi to communicate with our vintage HP
  48. LaserJet series II. To start, I checked out a good review of
  49. connecting Macintoshes to LaserJets that was published in an early
  50. issue of MacUser (May, 1991). However, the review seemed to
  51. concentrate on the currently supported LaserJets (IIp, IId, III,
  52. etc.), and not the more vintage models. Further, opinions were
  53. light, and not as thorough as I would have liked. It does provide
  54. a good listing of company as sources of solutions.
  55.  
  56. Without resorting to PostScript, solutions generally involve
  57. converting QuickDraw images into TIFF equivalents, and transmitting
  58. this through the serial connection. This, of course, means that
  59. these solutions are very slow. When resorting to PostScript, there
  60. are two paths, either to interpret the code on the Mac, and
  61. transmit the resulting image as TIFF (even slower) or upgrading the
  62. hardware to include a PostScript interpreter.
  63.  
  64. <begin specific products>
  65.  
  66. Products tested:
  67.  
  68. a. MacPrint : I got this piece of software at an incredible $31
  69. sale price from Mac's Place (800-367-4222); I doubt if it has
  70. remained at this price. MacPrint 1.2 is the version I used, and
  71. comes with drivers for a variety of non-Macintosh printers,
  72. including the LaserJet II, IIp, IId, LaserJet+, and other PCL
  73. printers, and the necessary DIN-8 to DB-25 connector for hooking up
  74. to the serial port of the LJ II. An upgrade to 1.3 has appeared
  75. since (although Insight has failed to inform me of the upgrade,
  76. take this as a hint about customer support), so some new features
  77. may have been added, most notably on the System 7 compatibility
  78. front. The manual was fairly easy to follow, although I think it
  79. fails to provide any usable technical information on the workings
  80. of the program. For example, an extremely useful piece of
  81. information that was missing was the pin configuration of the
  82. cable. 
  83.  
  84. Basically, the program claims to work by translating QuickDraw into
  85. PCL, first creating the raster image on the Mac, and transmitting
  86. it to the LaserJet. The user has the option of generating 75 dpi,
  87. 150 dpi or 300 dpi printouts (I guess screen, 24 pin dot matrix and
  88. laser printer resolutions), requiring progressively longer amounts
  89. of time to finish printing. Higher resolutions, then, come from
  90. scaling the page 4 fold to generate the 300 dpi output from a 72
  91. dpi screen QuickDraw display. Bitmapped fonts can only be used if
  92. there is a size version 4x the size of the original; with the use
  93. of System 7 and TrueType, one could print fonts at any size with
  94. glee. The program *does* come with support for built in and
  95. cartridge supported fonts, and mixing fonts on the same page is
  96. possible.
  97.  
  98. With increasing resolution comes increasing demands printer RAM; we
  99. had to upgrade to 2.5 Mb before full page graphics would print.
  100. With 512 Kb, usually the page would print until the current memory
  101. is full, at which time the printer will spit the unfinished page
  102. out, and finish it on another page. Using internal and cartridge
  103. fonts will lower the RAM requirement, but that wastes the wide
  104. array of fonts available for the Macintosh. We generally could make
  105. do with text, though, and 150 dpi is not too shabby. 
  106.  
  107. Paint objects, of course, print out at 72 dpi all the time,
  108. although draw graphics can print out at 300 dpi. As with all
  109. QuickDraw to TIFF translators, an interesting bug appears with fill
  110. patterns : as resolution goes up, fill patterns become smaller
  111. instead of just becoming higher in resolution. For example, a fill
  112. pattern of a dot every 16 dots in screen will print as a dot every
  113. 4 dots at 300 dpi.
  114.  
  115. The biggest problem with MacPrint and similar software is that it
  116. really ties up your Mac. The program does not have its own
  117. background printing and does not indicate if 3rd party spoolers
  118. will work. I have not tested any.
  119.  
  120. Known bug: the driver should be left in the *root* System folder
  121. under Sys 7.*. This could not be more strongly stressed. Many
  122. people curse and scream just because the smart System folder files
  123. it under Extensions, and the manual does not point out this flaw
  124. (actually, the manual does not make a lot of mention of System 7). 
  125.  
  126. <opinion mode> In some ads (most notably, from MacZone or
  127. MacWareHouse), it is claimed that MacPrint does not need
  128. PostScript. Of course, since it does not SUPPORT PostScript. If you
  129. have ATM or TrueType, this is a good product for $31, tho. In
  130. general, it is a good product, with lots of fairly satisfied users.
  131.  
  132. MacPrint : Published by Insight Development Corp., (415) 652 4115.
  133. Latest version : 1.3
  134.  
  135. MacConnection price, as of April, 1992: $92
  136.  
  137. b. Freedom of Press Lite : FoP is a PostScript emulator; it
  138. redirects the LaserWriter driver to generate a PostScript file,
  139. which is written to disk, and is interpreted by the Mac to create
  140. a raster which is then downloaded to the printer.
  141.  
  142. In addition to downloading a TIFF image through a serial line, FoP
  143. incorporates time it takes to use the Mac to interpret PostScript
  144. code - the result : the thing is slower than a clogged toilet. In
  145. the time I tried it, I frequently had to leave the thing to print
  146. overnight. It came with no cables; and did not provide sources for
  147. cables.  
  148.  
  149. Since FoP intercepts PostScript output from the LaserWriter driver
  150. to interpret it, spooling actually means that under MultiFinder
  151. there will be two applications running in the background:
  152. PrintMonitor and FoP. This results in a tremendous performance hit
  153. even with fairly large areas of memory. Since TIFF files are
  154. initially written to disk, FoP requires tons of memory, for
  155. volatile and disk; with FoP and System 7 running, you'd need at
  156. least 10 Mb of RAM, and another 5-10 Mb on disk free to function
  157. passably (personally, I don't know how this will affect disk
  158. fragmentation).
  159.  
  160. FoP Lite comes with 17 of the LaserWriter fonts, but I found them
  161. to be of very poor quality. Recommendation: if there is sufficient
  162. disk space, use in the few times with a PostScript graphic output
  163. is desired.
  164.  
  165. Freedom of Press Lite is made by Custom Applications, 800-873-4367,
  166. latest version is 3.03. 
  167.  
  168. Mac's Place May 1992 price is $88.
  169.  
  170. c. PacificConnect : My current solution, and brought tons of relief
  171. from other members of the lab. Not normally recommended by Mac
  172. mavens, since this is usually classified as a DOS product. This is
  173. an optional I/O board for the LJ II, which provides the LJ with 4
  174. serial connections via RJ-11 (telephone wire) jacks, and a parallel
  175. port (standard DB-25). The serial ports are configurable up to
  176. 115.2 K baud, although the Macintosh software only supports 9.6 K
  177. and 19.2 K baud. It also comes with a built in buffer, with either
  178. 256K or 1250K, and automatic switching between serial and parallel
  179. ports. The package came with what would be needed to connect 4 PC's
  180. and 1 Mac to the LaserJet, containing both long cables and adaptors
  181. to convert DIN 8/ DB 25/ DB 9 to RJ-11's. Initially, I had some
  182. problems with the hardware, which I traced to the RJ-11/Din 8
  183. connector, but that is a different story.
  184.  
  185. For sharing PC's, the PacificConnect board is excellent, and has
  186. quite a number of similar competitors. What sets it apart is the
  187. software. The configuration and setup for the PC is fairly
  188. straightforward. For Macintoshes, two drivers are provided: MacJet,
  189. the QuickDraw driver, and MacPage, the PostScript driver. MacPage
  190. requires installation of the PacificPage PostScript emulation
  191. cartridge. In the absence of the cartridge, I was unable to test
  192. the MacPage software, although technical support assures me that
  193. only the PacificPage cartridge is useable.
  194.  
  195. MacJet: The software is not certified Sys 7 compatible; Customer
  196. Support insisted at the time I had the hardware problems that the
  197. board is not compatible with TrueType. Well, after getting the
  198. replacement adaptor, I find that 95% of the time, it works fine
  199. under System 7.  The Control Panel and the driver work fine with
  200. TrueType. 
  201.  
  202. Finally, a driver with PCL downloadable fonts! Good fonts, too.
  203. With Substitute fonts enabled, text documents print quickly and
  204. painlessly. Unfortunately, fonts included are bitmapped, and do not
  205. contain the full LW set of characters, so special characters may
  206. not print. Also, on occasion, kerning may be thrown off. Finally,
  207. there doesn't seem to be a source of other fonts, third party or
  208. otherwise.
  209.  
  210. Color can be printed as grays. There is a 50% reduction option, as
  211. well as a draft mode which uses whatever default font the LaserJet
  212. is on.
  213.  
  214. The driver also provides for using the built in line drawing
  215. routines in PCL4 of the LaserJet, which helps accelerate certain
  216. graphic printing. Again, higher resolutions (which is what most
  217. everyone does) results in longer wait times.
  218.  
  219. While the software permits one to up to 19.2 K baud for downloading
  220. the TIFF images, setting up the original configuration requires a
  221. DOS based machine (I am unsure whether a SoftPC emulation will be
  222. sufficient.). It is not explicitly stated that at least one DOS
  223. based PC will be required to configure ports - something I consider
  224. rather misleading.
  225.  
  226. In a mixed environment, switching between the different PCs is
  227. easy. In my opinion, customer support is somewhat weak; if you are
  228. at all technically proficient, you can fly circles around the tech
  229. support staff. It appears that technical support is geared more for
  230. Windows users, and not Macintoshes. Getting through on the phone is
  231. the first challenge; on the several occasions I called, I had to
  232. wait over 15 mins on hold before getting the operator - and this is
  233. NOT a toll free call. At least twice I was told that the person I
  234. was talking to did not have the necessary expertise to assist me on
  235. my question, and was promised a return call. No return calls were
  236. received.
  237.  
  238. All in all, a good solution for a mixed environment.
  239.  
  240. PacificConnect, PacificPage are made by Pacific Data Products, 619-
  241. 552-0880.
  242.  
  243. PC Connection May 1992 price is $275 for 256K buffer, and $349 for
  244. 1.25Mb. Buffer memory is upgradeable. 
  245.  
  246. <end specific products>
  247.  
  248. On the side...
  249.  
  250. In the Dec. 10, 1991 issue of MacWeek mentions the release of
  251. MacPrint ver. 1.3, and a new LaserJet driver called MacJET
  252. (infringement on PDP product?). Any reviews about this, please post
  253. and send to me. I am eagerly awaiting feedback on these products.
  254.  
  255. Coming up next version...
  256.  
  257. Tscript and BridgePort
  258.  
  259.  
  260. This Up-Rev, v1.0 was written by Richard Sucgang, May 6, 1992.
  261. E-mail : rs54@cunixf.cc.columbia.edu;
  262. sucgang@cuhhca.hhmi.columbia.edu.
  263.  
  264. voice: (212) 305 1512
  265.  
  266. SnailMail: Dept. of Anatomy and Cell Biology,
  267. Columbia University
  268. 630 W 168th St., New York, NY 10032, USA
  269.  
  270.  
  271.